projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f2bf1b
)
(warning-level-aliases): Fix spacing.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 6 Sep 2002 07:19:30 +0000
(07:19 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 6 Sep 2002 07:19:30 +0000
(07:19 +0000)
lisp/warnings.el
patch
|
blob
|
history
diff --git
a/lisp/warnings.el
b/lisp/warnings.el
index b14e64f4c116ca227147ea06da0b2009b0a87f44..07075fa970cf6ef9bc198034f5faf198438a3395 100644
(file)
--- a/
lisp/warnings.el
+++ b/
lisp/warnings.el
@@
-62,7
+62,7
@@
Level :debug is ignored by default (see `warning-minimum-level').")
(alarm . :emergency))
"Alist of aliases for severity levels for `display-warning'.
Each element looks like (ALIAS . LEVEL) and defines
-ALIAS as equivalent to LEVEL.
LEVEL must be defined in `warning-levels';
+ALIAS as equivalent to LEVEL. LEVEL must be defined in `warning-levels';
it may not itself be an alias.")
\f
(defcustom warning-minimum-level :warning